how to install python packages in local directory

23

pip3 install <your_python_module_name> -t lib/

Comments

Submit
0 Comments